Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 268 Bytes

7.1.2 - Http/Server->start.md

File metadata and controls

9 lines (6 loc) · 268 Bytes

Http\Server->start

启动Http服务器。

void Http\Server->start()

启动后开始监听端口,并接收新的HttpWebSocket请求。使用on方法注册的事件回调,如onWorkerStart/onShutdown等事件回调函数依然有效。